setEnablePageAnnotations Method
In This Topic
Sets a value indicating whether page annotations are enabled.
If page annotations are not enabled, then the method will return null for pages loaded from the PDF file.
Syntax
public void setEnablePageAnnotations(
boolean
)
|
Parameters
- value
- True if the page annotations are enabled.
See Also